PrintBackgrounds

public interface PrintBackgrounds<T extends PrintSettings>

Allows configuring printing background graphics.

Implemented by concrete PrintSettings implementations that support configuring printing background graphics.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract T disablePrintingBackgrounds()
Disables printing background graphics.
Link copied to clipboard
public abstract T enablePrintingBackgrounds()
Enables printing background graphics.
Link copied to clipboard
public abstract boolean isPrintingBackgroundsEnabled()
Returns true if printing background graphics is enabled.